GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-17T02:52:21.0408743+00:00",
"SubmitDate": "2026-06-17T02:52:21.0408743+00:00",
"ReportPeriodStart": "2026-06-17T02:52:21.0408743+00:00",
"ReportPeriodEnd": "2026-06-17T02:52:21.0408743+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4d627e21-04a6-46a6-b8f6-f2e0a4ab0e8f",
"Rows": [
{
"ItemId": "41cd05a9-7ca0-4ac4-9f37-399c17f1aa7b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "41cd05a9-7ca0-4ac4-9f37-399c17f1aa7b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4d627e21-04a6-46a6-b8f6-f2e0a4ab0e8f",
"Rows": [
{
"ItemId": "41cd05a9-7ca0-4ac4-9f37-399c17f1aa7b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "41cd05a9-7ca0-4ac4-9f37-399c17f1aa7b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e5f4ca6b-2e7e-4661-89bf-69a51ecdfb41",
"952b63c8-31f3-46e6-811a-ec51004f3223"
],
"Approvers": [
"c7f4bbe6-f9d3-4de0-bf60-8cac07a21fef",
"53b25a50-9c0e-4806-bd33-6cf58fd8493d"
],
"ApprovedBy": "569af3b2-2c55-4592-9382-227d52436d97",
"ApprovalDate": "2026-06-17T02:52:21.0408743+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7e720534-b666-4a47-b3df-eed3657307db",
"id": "38f3e8fe-ed3d-4091-935d-647934d5f123",
"ConfigId": "95e41242-6aaf-4480-b7f0-284f9be79e07"
},
{
"GenerationDate": "2026-06-17T02:52:21.0408743+00:00",
"SubmitDate": "2026-06-17T02:52:21.0408743+00:00",
"ReportPeriodStart": "2026-06-17T02:52:21.0408743+00:00",
"ReportPeriodEnd": "2026-06-17T02:52:21.0408743+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4d627e21-04a6-46a6-b8f6-f2e0a4ab0e8f",
"Rows": [
{
"ItemId": "41cd05a9-7ca0-4ac4-9f37-399c17f1aa7b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "41cd05a9-7ca0-4ac4-9f37-399c17f1aa7b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4d627e21-04a6-46a6-b8f6-f2e0a4ab0e8f",
"Rows": [
{
"ItemId": "41cd05a9-7ca0-4ac4-9f37-399c17f1aa7b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "41cd05a9-7ca0-4ac4-9f37-399c17f1aa7b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e5f4ca6b-2e7e-4661-89bf-69a51ecdfb41",
"952b63c8-31f3-46e6-811a-ec51004f3223"
],
"Approvers": [
"c7f4bbe6-f9d3-4de0-bf60-8cac07a21fef",
"53b25a50-9c0e-4806-bd33-6cf58fd8493d"
],
"ApprovedBy": "569af3b2-2c55-4592-9382-227d52436d97",
"ApprovalDate": "2026-06-17T02:52:21.0408743+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7e720534-b666-4a47-b3df-eed3657307db",
"id": "38f3e8fe-ed3d-4091-935d-647934d5f123",
"ConfigId": "95e41242-6aaf-4480-b7f0-284f9be79e07"
}
]